API ReferenceOrganizations
Delete Team Spend Limit
Delete Team Spend Limit
DEL/v2/organizations/{orgId}/teams/{teamId}/spend-limit
Usage
TypeScript Example
import { v0 } from 'v0-sdk'const result = await v0.organizations.teams.deleteSpendLimit({ orgId: 'org_pqr901', teamId: 'team_stu234',})console.log(result)API Signature
Request
Path Parameters
orgId: string
The unique identifier of the organization.
teamId: string
The unique identifier of the team.
Response
success: 'true'